Reserved word

保留字:在编程语言中具有特殊含义的单词

常用释义

词性释义

保留字:在编程语言中具有特殊含义的单词,不能用作变量名或其他标识符。
例句
  • 全部
1·The variable name must not be a reserved word.
变量名一定不能是保留字。
2·The reserved word policies are much too strict.
它的保存字战略过于严格。
3·In Korn shell scripting, the word function is a reserved word.
在Korn shell脚本中,单词function是一个保留字。
4·You want to be very sure that "title" is taken as the reserved word rather than as a STRING.
您需要确定“title”是被视作保留字而非字符串的。
5·To use a reserved word in a SQL statement as an identifier, you must enclose it in double quotes.
要在SQL语句中使用保留字作为标识符,必须用双引号将它引起来。
6·In Ada 2005 a new reserved word interface was introduced to resolve the limitations of single inheritance.
在Ada 2005中,引入了一个新的保留词接口来解决单次继承性的限制问题。
7·A string requires quotes if it is a reserved word or if it contains a character not ordinarily allowed in an identifier.
如果一个字符串是保留字,或者包含标识符中通常不允许的字符,则该字符串必须加上引号。
8·The key is using the XMLQUERY reserved word to indicate an XQuery that is executed against an XML document that is passed in via the SQL select statement.
关键在于使用XMLQUERY保留字表明要通过SQL选择语句执行针对传入XML文档的XQuery。
9·Finally, the string "area" is now considered to be a reserved word when dealing with URL routing. This was done to support the Areas feature added in MVC 2.
最后,“area”这个字符串在URL路由中变成了保留字,这是为了支持MVC 2中新加入的区域特性。
10·I use "_eof_" (EOF is short for "End Of File") because it is traditional, but you can use anything, as long as it does not conflict with a bash reserved word.
我使用“ _ E OF _ ” (EOF表示文件的末尾),是因为,这是一个传统的表示形式,但是,你可以使用任何字符穿,只要你所用的字符串不跟bash的保留字相冲突就可以了。
同义词
预定字;[计]保留字;关键词